@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libertinus+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header, footer {
  height: 200px;
  background-color: rgb(187, 36, 91);
}

.encabezado {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.encabezado a .logo {
  height: 150px;
}
.encabezado h1 {
  font-family: Dancing Script;
  color: rgb(246, 147, 147);
  font-size: 500%;
  text-align: center;
}
.encabezado h2 {
  font-family: libertinus mono;
  color: rgb(246, 147, 147);
  text-align: center;
}
.encabezado ul {
  display: flex;
  list-style: none;
}
.encabezado ul li {
  margin: 0 10px;
  border: 1px solid rgb(246, 147, 147);
  background: rgb(246, 147, 147);
  border-radius: 5px;
  padding: 3px;
}
.encabezado ul li .nav {
  text-decoration: none;
  color: rgb(187, 36, 91);
}

main {
  background-color: rgb(246, 147, 147);
}
main p {
  font-size: 30p;
  margin: 20px;
  color: black;
}
main .carru {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .carru .d-block {
  height: 100vh;
  width: auto;
}

.pie {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pie h2 {
  font-family: dm sans;
  color: black;
  font-size: 15px;
}
.pie nav {
  display: flex;
  gap: 10px;
  list-style: none;
}
.pie nav .rrhh {
  height: 80px;
}
.pie nav .whatsapp {
  height: 80px;
  position: fixed;
  bottom: 50px;
  right: 50px;
}

/*# sourceMappingURL=style.css.map */
